Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge feature/defs-filestore to develop #30

Merged
merged 22 commits into from
Oct 19, 2023

Conversation

HenryQuan
Copy link
Collaborator

This PR fixes conflicts with the develop branch. There is one thing to notice.

  • Consts and StringExtensions were removed in e935f7b

However, they are still used in def-filestore since it was branched out before the refactor. That's why they are added back. We may need to review DefinitionDirectory & AssemblyDefinitionLoader because they are still dependent.

@HenryQuan HenryQuan changed the title Merge feature/defs filestore to develop Merge feature/defs-filestore to develop Oct 13, 2023
@HenryQuan
Copy link
Collaborator Author

It seems that there may be a dead lock somewhere during testing. While running the console version benchmark I have written, this has never happened.

@HenryQuan
Copy link
Collaborator Author

@SakuraIsayeki The deadlock is only happening during the test, not sure what is the reason behind. For now, I have added a TimeOut to prevent this from happening, but we may need a deeper dive in the future. It can be the difference between Debug and Release builds.

Copy link
Member

@SakuraIsayeki SakuraIsayeki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fantastic work! LGTM

@SakuraIsayeki SakuraIsayeki merged commit 03f94d7 into develop Oct 19, 2023
2 checks passed
@SakuraIsayeki SakuraIsayeki linked an issue Oct 19, 2023 that may be closed by this pull request
@stewieoO stewieoO mentioned this pull request Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Defs Filestore
3 participants